control flow graph造句
例句與造句
- A control flow graph ( cfg ) is a directed graph
控制流程圖( cfg )是一個有向圖。 - Control flow graph
控制流圖 - Control flow graph is a well - known model used for identification of independent paths in procedural software
而控制流圖是一個在過程軟件中用于鑒別獨立路徑的著名的模型。 - This technique is also known as test requirements definition technique ( as are control flow graphing , state transition analysis , etc . ) , rather than test design
因果法又被稱為測試需求定義方法(控制流圖,狀態(tài)轉換分析等等) ,而并非測試設計。 - This phase takes two i uts : ( 1 ) a formal representation of the su icious property ( or properties ) and ( 2 ) control flow graph and data flow information of the program
該階段取兩個輸入: ( 1 )一個或多個可疑特性的形式表示,和( 2 )程序的控制流與數(shù)據(jù)流信息。 - It's difficult to find control flow graph in a sentence. 用control flow graph造句挺難的
- This phase takes two inputs : ( 1 ) a formal representation of the suspicious property ( or properties ) and ( 2 ) control flow graph and data flow information of the program
該階段取兩個輸入: ( 1 )一個或多個可疑特性的形式表示,和( 2 )程序的控制流與數(shù)據(jù)流信息。 - This paper highlights the problem of constructing cfg in object - oriented systems and proposes a new model named extended control flow graph ecfg for code based analysis of object - oriented software
本文著重介紹在面向對象系統(tǒng)中如何構造控制流圖,并對面向對象軟件的基于代碼的分析提出了一個名為擴展控制流圖ecfg的新模型。 - In this paper , we firstly study two wcet analysis methods ( control flow graph based wcet analysis method and syntax tree based wcet analysis method ) , and get integrated comprehension on the static wcet analysis
本文首先研究了兩種wcet分析方法(基于控制流圖的wcet分析方法和基于語法樹的wcet分析方法) ,加深了對靜態(tài)wcet分析的理解。 - In static analysis , we generate the control flow graph of the sequential program and convert the graph to an extended finite state machine ( efsm ) . by analyzing the paths of the efsm , we can find whether there is data dependence in the program or not
數(shù)據(jù)相關性的靜態(tài)測試中,我們首先生成程序的流程圖,在遍歷流程圖的同時生成這個程序的擴展有限狀態(tài)機( efsm ) ,然后調用路徑分析工具對efsm的路徑進行分析。 - The following works have been done : ( 1 ) define csl language and complete the lexical analysis and syntactical analysis of it ; ( 2 ) obtain control flow graph ( later referred as cfg ) from abstract syntax tree ( ast ) ; ( 3 ) control dependence analysis of csl ; ( 4 ) system architecture of csl slicing system
內(nèi)容包括通過語法分析獲得源程序的抽象語法樹,從抽象語法樹構造控制流圖,在控制流圖上做控制流分析獲得源程序的控制依賴關系,在控制流圖上做數(shù)據(jù)流分析獲得源程序的數(shù)據(jù)依賴關系,以及最后獲得源程序的程序依賴圖并以圖可達性算法獲得程序分片的全過程。